-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(theme): add mui v4 and v5 grid examples #187
fix(theme): add mui v4 and v5 grid examples #187
Conversation
Changed Packages
|
6594a50
to
e5d1a5a
Compare
Signed-off-by: Christoph Jerolimov <[email protected]>
…e test plugins Signed-off-by: Christoph Jerolimov <[email protected]>
e5d1a5a
to
1728bf7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the year in the notice to 2025
?
otherwise, it looks good to me.
@debsmita1 but the code is from 2024. :) Kashish created also #235 for this, so I like to keep it for now and update it later if needed after the other PR is merged (or this PR will update this headers as well if needed). But my understanding is that the year is when the code is written and shouldn't be updated to the current year. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Hey, I just made a Pull Request!
This PR adds
Backstage defines a default spacing for all Grids, see:
https://github.com/backstage/backstage/blob/3d2e95f71c2be9a63530697cf01e482e4f50f98d/packages/theme/src/v5/defaultComponentThemes.ts#L67-L71
The RHDH theme doesn't change the padding or default spacing. But in MUI 5 it's required to add additional padding via spacing to the
Grid container
or to the content (in theGrid item
).The UI will looks unaligned when a padding is added to the
Grid item
.MUI v4 and v5 looks similar if no padding is added to the
Grid item
But it's not okay to add padding to
Grid item
in MUI v5:MUI v4
MUI v5
✔️ Checklist